Implement new booting parameters for Xen-API, and backwards compatibility for
authorEwan Mellor <ewan@xensource.com>
Thu, 14 Dec 2006 18:24:14 +0000 (18:24 +0000)
committerEwan Mellor <ewan@xensource.com>
Thu, 14 Dec 2006 18:24:14 +0000 (18:24 +0000)
commit184500f7fc7fd3cd61365d9d6770b74ff971c2e9
tree459a21c1ef802136f80eaa47653c6bda60bf2fba
parenta7416ebe65679cab912c2d0f6f1f70f11669e0a2
Implement new booting parameters for Xen-API, and backwards compatibility for
the old bootloader settings.

We now have two mutually exclusive config groups HVM and PV, with HVM/boot
and PV/{bootloader,kernel,ramdisk,args,bootloader_args}.

Signed-off-by: Ewan Mellor <ewan@xensource.com>
tools/libxen/include/xen_vm.h
tools/libxen/src/xen_vm.c
tools/python/xen/xend/XendAPI.py
tools/python/xen/xend/XendBootloader.py
tools/python/xen/xend/XendConfig.py
tools/python/xen/xend/XendDomainInfo.py
tools/python/xen/xend/image.py